Html Css Color HEX #B268CA Medium Orchid

📋 copy color: '#B268CA'

red 178 ◦ green 104 ◦ blue 202

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

Shades of Medium Orchid #B268CA

Tints of Medium Orchid #B268CA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.49%

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

R = 36.78%
G = 21.49%
B = 41.74%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B268CA (or 0xB268CA) is known color: Medium Orchid. HEX triplet: B2, 68 and CA. RGB value is (178,104,202). Sum of RGB (Red+Green+Blue) = 178+104+202=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #B268CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268CA is #4D9735. Grayscale: #888888. Windows color (decimal): -5084982 or 13265074. OLE color: 13265074.

HSL color Cylindrical-coordinate representation of color #B268CA: hue angle of 285.31º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B268CA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 104 202 -
CMYK 0.12 0.49 0 0.21
HSL 285.31º 0.48% 0.6% -
HSV(B) 285.31º 0.49% 0.79% -
XYZ 33.97 23.63 58.65 -
YUV 137.3 164.52 157.03 -
System Red Green Blue C M Y K H S L
Decimal 178 104 202 0.12 0.49 0 0.21 285.31 0.48 0.6
Hex B2 68 CA C 31 0 15 11D 30 3C
Octal 262 150 312 14 61 0 25 435 60 74
Binary 10110010 1101000 11001010 1100 110001 0 10101 100011101 110000 111100

Color Harmonies of #B268CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268CA

Black with #B268CA

Text Example


Text Example

White with #B268CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268CA; }

 p { color: rgb(178,104,202); }

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

background-color css

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

 a { background-color: rgb(178,104,202); }

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

border-color css

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

 span { border-color: rgb(178,104,202); }

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