Html Css Color HEX #B867CF Medium Orchid

📋 copy color: '#B867CF'

red 184 ◦ green 103 ◦ blue 207

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

Shades of Medium Orchid #B867CF

Tints of Medium Orchid #B867CF

RGB

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

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

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

R = 37.25%
G = 20.85%
B = 41.9%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B867CF (or 0xB867CF) is known color: Medium Orchid. HEX triplet: B8, 67 and CF. RGB value is (184,103,207). Sum of RGB (Red+Green+Blue) = 184+103+207=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #B867CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B867CF is #479830. Grayscale: #8A8A8A. Windows color (decimal): -4692017 or 13592504. OLE color: 13592504.

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

Color convert

RGB 184 103 207 -
CMYK 0.11 0.50 0 0.19
HSL 286.73º 0.52% 0.61% -
HSV(B) 286.73º 0.5% 0.81% -
XYZ 35.88 24.4 61.85 -
YUV 139.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 184 103 207 0.11 0.50 0 0.19 286.73 0.52 0.61
Hex B8 67 CF B 32 0 13 11F 34 3D
Octal 270 147 317 13 62 0 23 437 64 75
Binary 10111000 1100111 11001111 1011 110010 0 10011 100011111 110100 111101

Color Harmonies of #B867CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B867CF

Black with #B867CF

Text Example


Text Example

White with #B867CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B867CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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