Html Css Color HEX #B868CA Medium Orchid

📋 copy color: '#B868CA'

red 184 ◦ green 104 ◦ blue 202

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

Shades of Medium Orchid #B868CA

Tints of Medium Orchid #B868CA

RGB

 RED value IS 184 (72.27% from 255) = 37.55%

 GREEN value IS 104 (41.02% from 255) = 21.22%

 BLUE value IS 202 (79.3% from 255) = 41.22%

R = 37.55%
G = 21.22%
B = 41.22%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B868CA (or 0xB868CA) is known color: Medium Orchid. HEX triplet: B8, 68 and CA. RGB value is (184,104,202). Sum of RGB (Red+Green+Blue) = 184+104+202=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #B868CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B868CA is #479735. Grayscale: #8A8A8A. Windows color (decimal): -4691766 or 13265080. OLE color: 13265080.

HSL color Cylindrical-coordinate representation of color #B868CA: hue angle of 288.98º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B868CA is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 104 202 -
CMYK 0.09 0.49 0 0.21
HSL 288.98º 0.48% 0.6% -
HSV(B) 288.98º 0.49% 0.79% -
XYZ 35.38 24.36 58.71 -
YUV 139.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 184 104 202 0.09 0.49 0 0.21 288.98 0.48 0.6
Hex B8 68 CA 9 31 0 15 121 30 3C
Octal 270 150 312 11 61 0 25 441 60 74
Binary 10111000 1101000 11001010 1001 110001 0 10101 100100001 110000 111100

Color Harmonies of #B868CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B868CA

Black with #B868CA

Text Example


Text Example

White with #B868CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B868CA; }

 p { color: rgb(184,104,202); }

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

background-color css

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

 a { background-color: rgb(184,104,202); }

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

border-color css

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

 span { border-color: rgb(184,104,202); }

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