Html Css Color HEX #B267CF Medium Orchid

📋 copy color: '#B267CF'

red 178 ◦ green 103 ◦ blue 207

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

Shades of Medium Orchid #B267CF

Tints of Medium Orchid #B267CF

RGB

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

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

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

R = 36.48%
G = 21.11%
B = 42.42%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B267CF (or 0xB267CF) is known color: Medium Orchid. HEX triplet: B2, 67 and CF. RGB value is (178,103,207). Sum of RGB (Red+Green+Blue) = 178+103+207=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #B267CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267CF is #4D9830. Grayscale: #888888. Windows color (decimal): -5085233 or 13592498. OLE color: 13592498.

HSL color Cylindrical-coordinate representation of color #B267CF: hue angle of 283.27º 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 #B267CF is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 103 207 -
CMYK 0.14 0.50 0 0.19
HSL 283.27º 0.52% 0.61% -
HSV(B) 283.27º 0.5% 0.81% -
XYZ 34.47 23.67 61.78 -
YUV 137.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 178 103 207 0.14 0.50 0 0.19 283.27 0.52 0.61
Hex B2 67 CF E 32 0 13 11B 34 3D
Octal 262 147 317 16 62 0 23 433 64 75
Binary 10110010 1100111 11001111 1110 110010 0 10011 100011011 110100 111101

Color Harmonies of #B267CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B267CF

Black with #B267CF

Text Example


Text Example

White with #B267CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B267CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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