Html Css Color HEX #B865CF Medium Orchid

📋 copy color: '#B865CF'

red 184 ◦ green 101 ◦ blue 207

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

Shades of Medium Orchid #B865CF

Tints of Medium Orchid #B865CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 37.4%
G = 20.53%
B = 42.07%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B865CF (or 0xB865CF) is known color: Medium Orchid. HEX triplet: B8, 65 and CF. RGB value is (184,101,207). Sum of RGB (Red+Green+Blue) = 184+101+207=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #B865CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B865CF is #479A30. Grayscale: #898989. Windows color (decimal): -4692529 or 13591992. OLE color: 13591992.

HSL color Cylindrical-coordinate representation of color #B865CF: hue angle of 286.98º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B865CF is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 101 207 -
CMYK 0.11 0.51 0 0.19
HSL 286.98º 0.52% 0.6% -
HSV(B) 286.98º 0.51% 0.81% -
XYZ 35.68 24 61.78 -
YUV 137.9 167 160.88 -
System Red Green Blue C M Y K H S L
Decimal 184 101 207 0.11 0.51 0 0.19 286.98 0.52 0.6
Hex B8 65 CF B 33 0 13 11F 34 3C
Octal 270 145 317 13 63 0 23 437 64 74
Binary 10111000 1100101 11001111 1011 110011 0 10011 100011111 110100 111100

Color Harmonies of #B865CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B865CF

Black with #B865CF

Text Example


Text Example

White with #B865CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B865CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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