Html Css Color HEX #B643EF Medium Orchid

📋 copy color: '#B643EF'

red 182 ◦ green 67 ◦ blue 239

#B643EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B643EF

Tints of Medium Orchid #B643EF

RGB

 RED value IS 182 (71.48% from 255) = 37.3%

 GREEN value IS 67 (26.56% from 255) = 13.73%

 BLUE value IS 239 (93.75% from 255) = 48.98%

R = 37.3%
G = 13.73%
B = 48.98%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B643EF (or 0xB643EF) is known color: Medium Orchid. HEX triplet: B6, 43 and EF. RGB value is (182,67,239). Sum of RGB (Red+Green+Blue) = 182+67+239=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #B643EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B643EF is #49BC10. Grayscale: #787878. Windows color (decimal): -4832273 or 15680438. OLE color: 15680438.

HSL color Cylindrical-coordinate representation of color #B643EF: hue angle of 280.12º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B643EF is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 67 239 -
CMYK 0.24 0.72 0 0.06
HSL 280.12º 0.84% 0.6% -
HSV(B) 280.12º 0.72% 0.94% -
XYZ 36.88 20.19 83.61 -
YUV 120.99 194.6 171.51 -
System Red Green Blue C M Y K H S L
Decimal 182 67 239 0.24 0.72 0 0.06 280.12 0.84 0.6
Hex B6 43 EF 18 48 0 6 118 54 3C
Octal 266 103 357 30 110 0 6 430 124 74
Binary 10110110 1000011 11101111 11000 1001000 0 110 100011000 1010100 111100

Color Harmonies of #B643EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B643EF

Black with #B643EF

Text Example


Text Example

White with #B643EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B643EF; }

 p { color: rgb(182,67,239); }

 H1.HeaderClassName
 {
   color: #B643EF;
 }
 .AnyTagClassName
 {
   color: #B643EF;
 }
</style>

background-color css

<style>
 a { background-color: #B643EF; }

 a { background-color: rgb(182,67,239); }

 div.DivClassName
 {
   background-color: #B643EF;
 }
 .BgClassName
 {
   background-color: #B643EF;
 }
</style>

border-color css

<style>
 span { border-color: #B643EF; }

 span { border-color: rgb(182,67,239); }

 td.TdClassName
 {
   border-color: #B643EF;
 }
 .TagClassName
 {
   border-color: #B643EF;
 }
</style>