Html Css Color HEX #B23DFC Medium Orchid

📋 copy color: '#B23DFC'

red 178 ◦ green 61 ◦ blue 252

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

Shades of Medium Orchid #B23DFC

Tints of Medium Orchid #B23DFC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.42%

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 36.25%
G = 12.42%
B = 51.32%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B23DFC (or 0xB23DFC) is known color: Medium Orchid. HEX triplet: B2, 3D and FC. RGB value is (178,61,252). Sum of RGB (Red+Green+Blue) = 178+61+252=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #B23DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23DFC is #4DC203. Grayscale: #757575. Windows color (decimal): -5095940 or 16530866. OLE color: 16530866.

HSL color Cylindrical-coordinate representation of color #B23DFC: hue angle of 276.75º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B23DFC is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 61 252 -
CMYK 0.29 0.76 0 0.01
HSL 276.75º 0.97% 0.61% -
HSV(B) 276.75º 0.76% 0.99% -
XYZ 37.6 19.83 93.94 -
YUV 117.76 203.76 170.97 -
System Red Green Blue C M Y K H S L
Decimal 178 61 252 0.29 0.76 0 0.01 276.75 0.97 0.61
Hex B2 3D FC 1D 4C 0 1 115 61 3D
Octal 262 75 374 35 114 0 1 425 141 75
Binary 10110010 111101 11111100 11101 1001100 0 1 100010101 1100001 111101

Color Harmonies of #B23DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DFC

Black with #B23DFC

Text Example


Text Example

White with #B23DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DFC; }

 p { color: rgb(178,61,252); }

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

background-color css

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

 a { background-color: rgb(178,61,252); }

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

border-color css

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

 span { border-color: rgb(178,61,252); }

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