Html Css Color HEX #B865CA Medium Orchid

📋 copy color: '#B865CA'

red 184 ◦ green 101 ◦ blue 202

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

Shades of Medium Orchid #B865CA

Tints of Medium Orchid #B865CA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.74%

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

R = 37.78%
G = 20.74%
B = 41.48%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B865CA (or 0xB865CA) is known color: Medium Orchid. HEX triplet: B8, 65 and CA. RGB value is (184,101,202). Sum of RGB (Red+Green+Blue) = 184+101+202=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #B865CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865CA is #479A35. Grayscale: #898989. Windows color (decimal): -4692534 or 13264312. OLE color: 13264312.

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

Color convert

RGB 184 101 202 -
CMYK 0.09 0.50 0 0.21
HSL 289.31º 0.49% 0.59% -
HSV(B) 289.31º 0.5% 0.79% -
XYZ 35.08 23.76 58.61 -
YUV 137.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 184 101 202 0.09 0.50 0 0.21 289.31 0.49 0.59
Hex B8 65 CA 9 32 0 15 121 31 3B
Octal 270 145 312 11 62 0 25 441 61 73
Binary 10111000 1100101 11001010 1001 110010 0 10101 100100001 110001 111011

Color Harmonies of #B865CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865CA

Black with #B865CA

Text Example


Text Example

White with #B865CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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