Html Css Color HEX #B636CF Medium Orchid

📋 copy color: '#B636CF'

red 182 ◦ green 54 ◦ blue 207

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

Shades of Medium Orchid #B636CF

Tints of Medium Orchid #B636CF

RGB

 RED value IS 182 (71.48% from 255) = 41.08%

 GREEN value IS 54 (21.48% from 255) = 12.19%

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

R = 41.08%
G = 12.19%
B = 46.73%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B636CF (or 0xB636CF) is known color: Medium Orchid. HEX triplet: B6, 36 and CF. RGB value is (182,54,207). Sum of RGB (Red+Green+Blue) = 182+54+207=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #B636CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B636CF is #49C930. Grayscale: #6D6D6D. Windows color (decimal): -4835633 or 13579958. OLE color: 13579958.

HSL color Cylindrical-coordinate representation of color #B636CF: hue angle of 290.2º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B636CF is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 54 207 -
CMYK 0.12 0.74 0 0.19
HSL 290.2º 0.61% 0.51% -
HSV(B) 290.2º 0.74% 0.81% -
XYZ 31.87 17.09 60.65 -
YUV 109.71 182.91 179.56 -
System Red Green Blue C M Y K H S L
Decimal 182 54 207 0.12 0.74 0 0.19 290.2 0.61 0.51
Hex B6 36 CF C 4A 0 13 122 3D 33
Octal 266 66 317 14 112 0 23 442 75 63
Binary 10110110 110110 11001111 1100 1001010 0 10011 100100010 111101 110011

Color Harmonies of #B636CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B636CF

Black with #B636CF

Text Example


Text Example

White with #B636CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B636CF; }

 p { color: rgb(182,54,207); }

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

background-color css

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

 a { background-color: rgb(182,54,207); }

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

border-color css

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

 span { border-color: rgb(182,54,207); }

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