Html Css Color HEX #B867CA Medium Orchid

📋 copy color: '#B867CA'

red 184 ◦ green 103 ◦ blue 202

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

Shades of Medium Orchid #B867CA

Tints of Medium Orchid #B867CA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.06%

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

R = 37.63%
G = 21.06%
B = 41.31%

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

#B867CA (or 0xB867CA) is known color: Medium Orchid. HEX triplet: B8, 67 and CA. RGB value is (184,103,202). Sum of RGB (Red+Green+Blue) = 184+103+202=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #B867CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B867CA is #479835. Grayscale: #8A8A8A. Windows color (decimal): -4692022 or 13264824. OLE color: 13264824.

HSL color Cylindrical-coordinate representation of color #B867CA: hue angle of 289.09º 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 #B867CA is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 103 202 -
CMYK 0.09 0.49 0 0.21
HSL 289.09º 0.48% 0.6% -
HSV(B) 289.09º 0.49% 0.79% -
XYZ 35.28 24.16 58.68 -
YUV 138.51 163.84 160.45 -
System Red Green Blue C M Y K H S L
Decimal 184 103 202 0.09 0.49 0 0.21 289.09 0.48 0.6
Hex B8 67 CA 9 31 0 15 121 30 3C
Octal 270 147 312 11 61 0 25 441 60 74
Binary 10111000 1100111 11001010 1001 110001 0 10101 100100001 110000 111100

Color Harmonies of #B867CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B867CA

Black with #B867CA

Text Example


Text Example

White with #B867CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B867CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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