Html Css Color HEX #B262DB Medium Orchid

📋 copy color: '#B262DB'

red 178 ◦ green 98 ◦ blue 219

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

Shades of Medium Orchid #B262DB

Tints of Medium Orchid #B262DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.8%

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 35.96%
G = 19.8%
B = 44.24%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B262DB (or 0xB262DB) is known color: Medium Orchid. HEX triplet: B2, 62 and DB. RGB value is (178,98,219). Sum of RGB (Red+Green+Blue) = 178+98+219=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #B262DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262DB is #4D9D24. Grayscale: #878787. Windows color (decimal): -5086501 or 14377650. OLE color: 14377650.

HSL color Cylindrical-coordinate representation of color #B262DB: hue angle of 279.67º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B262DB is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 98 219 -
CMYK 0.19 0.55 0 0.14
HSL 279.67º 0.63% 0.62% -
HSV(B) 279.67º 0.55% 0.86% -
XYZ 35.51 23.31 69.65 -
YUV 135.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 178 98 219 0.19 0.55 0 0.14 279.67 0.63 0.62
Hex B2 62 DB 13 37 0 E 118 3F 3E
Octal 262 142 333 23 67 0 16 430 77 76
Binary 10110010 1100010 11011011 10011 110111 0 1110 100011000 111111 111110

Color Harmonies of #B262DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B262DB

Black with #B262DB

Text Example


Text Example

White with #B262DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B262DB; }

 p { color: rgb(178,98,219); }

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

background-color css

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

 a { background-color: rgb(178,98,219); }

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

border-color css

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

 span { border-color: rgb(178,98,219); }

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