Html Css Color HEX #B267CC Medium Orchid

📋 copy color: '#B267CC'

red 178 ◦ green 103 ◦ blue 204

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

Shades of Medium Orchid #B267CC

Tints of Medium Orchid #B267CC

RGB

 RED value IS 178 (69.92% from 255) = 36.7%

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 36.7%
G = 21.24%
B = 42.06%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B267CC (or 0xB267CC) is known color: Medium Orchid. HEX triplet: B2, 67 and CC. RGB value is (178,103,204). Sum of RGB (Red+Green+Blue) = 178+103+204=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #B267CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267CC is #4D9833. Grayscale: #888888. Windows color (decimal): -5085236 or 13395890. OLE color: 13395890.

HSL color Cylindrical-coordinate representation of color #B267CC: hue angle of 284.55º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B267CC is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 103 204 -
CMYK 0.13 0.50 0 0.2
HSL 284.55º 0.5% 0.6% -
HSV(B) 284.55º 0.5% 0.8% -
XYZ 34.11 23.53 59.87 -
YUV 136.94 165.85 157.29 -
System Red Green Blue C M Y K H S L
Decimal 178 103 204 0.13 0.50 0 0.2 284.55 0.5 0.6
Hex B2 67 CC D 32 0 14 11D 32 3C
Octal 262 147 314 15 62 0 24 435 62 74
Binary 10110010 1100111 11001100 1101 110010 0 10100 100011101 110010 111100

Color Harmonies of #B267CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B267CC

Black with #B267CC

Text Example


Text Example

White with #B267CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B267CC; }

 p { color: rgb(178,103,204); }

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

background-color css

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

 a { background-color: rgb(178,103,204); }

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

border-color css

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

 span { border-color: rgb(178,103,204); }

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